home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2004-10-13  |  2KB  |  104 lines

  1. object Aboutform: TAboutform
  2.   Left = 777
  3.   Top = 292
  4.   BorderStyle = bsNone
  5.   Caption = 'About TUGZip'
  6.   ClientHeight = 290
  7.   ClientWidth = 313
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = 12168353
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClick = FormClick
  17.   OnPaint = FormPaint
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image: TImage
  22.     Left = 1
  23.     Top = 1
  24.     Width = 305
  25.     Height = 116
  26.     AutoSize = True
  27.     Picture.Data = {<image000.jpg>}
  28.     OnClick = FormClick
  29.   end
  30.   object Devlabel: TLabel
  31.     Left = 12
  32.     Top = 186
  33.     Width = 110
  34.     Height = 13
  35.     Caption = 'Development Team'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindow
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     Transparent = True
  43.     OnClick = FormClick
  44.   end
  45.   object Copyrightlabel: TLabel
  46.     Left = 8
  47.     Top = 120
  48.     Width = 170
  49.     Height = 12
  50.     Caption = 'Copyright '#169' 2002-2004 Christian Kindahl'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -9
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     OnClick = FormClick
  58.   end
  59.   object Thomaslabel: TLabel
  60.     Left = 12
  61.     Top = 275
  62.     Width = 228
  63.     Height = 12
  64.     Caption = 'Thomas Gustafsson. Forever in our hearts and minds.'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -9
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     OnClick = FormClick
  72.   end
  73.   object Paintbox: TPaintBox
  74.     Left = 8
  75.     Top = 144
  76.     Width = 297
  77.     Height = 105
  78.     OnMouseDown = PaintboxMouseDown
  79.     OnMouseMove = PaintboxMouseMove
  80.     OnMouseUp = PaintboxMouseUp
  81.   end
  82.   object Dedicatedlabel: TLabel
  83.     Left = 8
  84.     Top = 264
  85.     Width = 99
  86.     Height = 12
  87.     Caption = 'TUGZip is dedicated to:'
  88.     Color = clWhite
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -9
  92.     Font.Name = 'Arial'
  93.     Font.Style = []
  94.     ParentColor = False
  95.     ParentFont = False
  96.   end
  97.   object Timer: TTimer
  98.     Interval = 60
  99.     OnTimer = TimerTimer
  100.     Left = 8
  101.     Top = 8
  102.   end
  103. end
  104.